home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 138
/
Volume 138 Aug 19 2011 - Damaged.iso
/
Games
/
mom_mania.swf
/
scripts
/
GameAssets_fla
/
ConsumerAvatarContainer_25.as
< prev
next >
Wrap
Text File
|
2011-08-19
|
1KB
|
55 lines
package GameAssets_fla
{
import flash.display.MovieClip;
import flash.events.Event;
public dynamic class ConsumerAvatarContainer_25 extends MovieClip
{
public var clip:MovieClip;
public function ConsumerAvatarContainer_25()
{
super();
addFrameScript(0,frame1,9,frame10,19,frame20,29,frame30,39,frame40,49,frame50);
}
function frame10() : *
{
this.parent.dispatchEvent(new Event("onContainerSet"));
stop();
}
function frame1() : *
{
this.parent.dispatchEvent(new Event("onContainerSet"));
stop();
}
function frame20() : *
{
this.parent.dispatchEvent(new Event("onContainerSet"));
stop();
}
function frame30() : *
{
this.parent.dispatchEvent(new Event("onContainerSet"));
stop();
}
function frame40() : *
{
this.parent.dispatchEvent(new Event("onContainerSet"));
stop();
}
function frame50() : *
{
this.parent.dispatchEvent(new Event("onContainerSet"));
stop();
}
}
}